CruiseControl.NET : Filter Trigger
This page last changed on Jun 25, 2005 by orogers.
The Filter Trigger allows you to prevent builds from occurring at certain times (such as when your source control repository is undergoing backup). It is used to decorate an existing trigger. For example, if you have set up a Interval Trigger to cause a new build every 5 minutes, you can use the Filter Trigger to create a window during which the build will not run. If the start time is greater than the end time then the filtered time will span across midnight. For example, if the start time is 23:00 and the end time is 3:00 then builds will be suppressed over this interval.NOTE: both the weekday for the start time and the weekday for the end time must be included in the <weekDays> element. Example<filterTrigger startTime="23:30" endTime="23:45"> <trigger type="intervalTrigger" seconds="60" /> <weekDays> <weekDay>Sunday</weekDay> </weekDays> </filterTrigger> Configuration Elements:
NOTE: Times should be specified in a locale-specific format (ie. H:mm am/pm is acceptable for US locales.) With contributions from: Oane Stienstra |
Document generated by Confluence on Jun 26, 2005 17:22 |